ASensor_getFifoMaxEventCount

Returns the maximum size of batches for this sensor. Batches will often be smaller, as the hardware fifo might be used for other sensors.

extern (C) nothrow @nogc
int
ASensor_getFifoMaxEventCount
(
const(ASensor)* sensor
)

Meta